home *** CD-ROM | disk | FTP | other *** search
/ APC & TCP 5 / APC & TCP 5.iso / nordlicht / intern / intern-12 / gagprogramm / eye.doc < prev    next >
Text File  |  1995-11-22  |  4KB  |  92 lines

  1.                        -------------------------------
  2.                        Eye V2.0  -  the mouse observer
  3.                        -------------------------------
  4.                          Released November 23th, 1995
  5.  
  6.                             by Massimiliano Hofer
  7.  
  8.                          E-Mail: max@bbs.cc.uniud.it
  9.  
  10. What's Eye:
  11.    it's  an  Amiga implementation of the famous XEye that you can see on every
  12.    X-Window  terminal  or  Mac.   Just run it and a couple of eyes will follow
  13.    your mouse pointer from the screen.
  14.  
  15. Usage from the CLI:
  16.    just type "Eye" to run it with default parameters or specify any of these
  17.    qualifiers to change something:
  18.  
  19.       X:  coordinate of the left edge of the window;
  20.       Y:  coordinate of the top edge of the window;
  21.       Width:  width of the window;
  22.       Height:  height of the window;
  23.       PupilRay:  size of the pupils (as percentage of the whole eyes);
  24.       Strabism:  percentage of strabism;
  25.       PupilColor:  color of the pupils;
  26.       ScleroticColor:  color of the sclerotic;
  27.       MakeUpColor:  color of the eyes' border;
  28.       BgColor:  background color;
  29.       TaskPri:  Eye's task priority;
  30.       PubScreen:  name of the public screen where to open the window (it's case
  31.                   sensitive).
  32.  
  33.    By default Eye assumes the following parameters:
  34.  
  35.    Eye X=150 Y=0 Width=59 Height=34 Strabism=0 PupilRay=45 PupilColor=1
  36.        ScleroticColor=2 MakeUpColor=1 DefaultBg=0 TaskPri=0 PubScreen=Workbench
  37.  
  38.    (on hires non-laced screens its default size is Width=63 Height=26)
  39.  
  40.    Type "Eye help" to get a help message.
  41.  
  42. Usage from the Workbench:
  43.    double  click  on  the  icon.  If you want to modify some parameters, click
  44.    once on the icon and select Icons/Information from the Workbench menu, then
  45.    edit  the  tool  types.   The  available  tool  types  are  the same as the
  46.    parameters from the shell (as well as the default values).
  47.  
  48.    An example set of tool types is:
  49.       X=50
  50.       Y=50
  51.       Width=200
  52.       Height=100
  53.       PubScreen=Workbench
  54.  
  55. Interactive features:
  56.    Whenever  the  Eye's window is selected, clicking the menu button pops up a
  57.    requester  with some informations about this program.  Moreover clicking on
  58.    the  eyes  or inserting/removing disks makes the pupils rotate and the tiny
  59.    gadget  near the bottom right corner of the window behaves exactly like the
  60.    usual size gadget.
  61.  
  62. Requirements:
  63.    Eye  only  requires you to have an Amiga with at least kickstart version 36
  64.    and  a  little free memory (less than 17 kbytes with the default size, plus
  65.    an eventual 3.5 kbytes for the math libraries).
  66.    If you have too little memory for Eye to allocate its bitmaps, it will just
  67.    quit.   This may happen even when you resize it and not only when you first
  68.    start it, anyway you will be warned with a requester if it's possible.
  69.  
  70. Bugs:
  71.    DON'T  CHANGE  THE HUNK STRUCTURE!!!  The manipulations of the SegList made
  72.    to  let  this program run as a background process need the first hunk to be
  73.    EXACTLY  as  it is!  This program can be unharmfully compressed but without
  74.    hunk merging.
  75.  
  76. About:
  77.    Eye 2.0 was written by Massimiliano Hofer and is "cardware", if you like it
  78.    please send me a postcard or an e-mail message.  If you find bugs, want the
  79.    source or need any information contact me in the same way.
  80.  
  81.    E-Mail:
  82.       max@bbs.cc.uniud.it
  83.  
  84.    Address:
  85.       Massimiliano Hofer
  86.       Via Vittorio Veneto, 24
  87.       38100 Trento
  88.       Italy
  89.  
  90. This program is dedicated to my girlfriend Sabrina.
  91. I hope you'll enjoy it! :)
  92.